This repository was archived by the owner on Feb 7, 2024. It is now read-only.
Update all dependencies #65
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.3.2
->v3.3.3
8.1
->8.6
9bca466
->0706ab3
2.8.7
->2.8.9
4.13.0
->4.15.0
4.3.0
->4.3.2
10.9.3
->10.13.0
2.0.1
->2.2.3
0.5.3
->0.6.0
Release Notes
actions/cache (actions/cache)
v3.3.3
Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v3...v3.3.3
gradle/gradle (gradle)
v8.6
Compare Source
v8.5
Compare Source
v8.4
: 8.4Compare Source
The Gradle team is excited to announce Gradle 8.4.
Amongst other improvements, this release addresses two security vulnerabilities:
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
Ahmed Ehab,
Andrei Rybak,
Baptiste Decroix,
Björn Kautler,
Cesar de la Vega,
Ganavi Jayaram,
Gaurav Padam,
hwanseok,
J.T. McQuigg,
Jakub Chrzanowski,
Jendrik Johannes,
kackey0-1,
Konstantin Gribov,
Pratik Haldankar,
Qinglin,
Sebastian Schuberth,
Thad House,
valery1707,
Vladimir Sitnikov,
wuyangnju,
Yanming Zhou,
Yanshun Li,
Yusuke Uehara,
zeners
Upgrade instructions
Switch your build to use Gradle 8.4 by updating your wrapper:
Reporting problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.
v8.3
: 8.3Compare Source
The Gradle team is excited to announce Gradle 8.3.
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
Ahmed Ehab,
Aurimas,
Baptiste Decroix,
Björn Kautler,
Borewit,
Korov,
Mohammed Thavaf,
Patrick Brückner,
Philip Wedemann,
Róbert Papp,
Shi Chen,
Tony Robalik
Upgrade instructions
Switch your build to use Gradle 8.3 by updating your wrapper:
Reporting problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.
v8.2.1
Compare Source
v8.2
: 8.2Compare Source
The Gradle team is excited to announce Gradle 8.2.
Amongst other improvements, this release addresses two security vulnerabilities:
Read the Release Notes
We would like to thank the following community contributors for their contributions to this release of Gradle:
Bruno Didot,
Eric Vantillard,
esfomeado,
Jendrik Johannes,
Jonathan Leitschuh,
Lee Euije,
Stefan Oehme,
Todor Dinev,
Yanshun Li
Upgrade instructions
Switch your build to use Gradle 8.2 by updating your wrapper:
./gradlew wrapper --gradle-version=8.2
Reporting problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.
v8.1.1
: 8.1.1Compare Source
This is a patch release for Gradle 8.1. We recommend using 8.1.1 instead of 8.1.
It fixes the following issues:
Read the Release Notes
Upgrade Instructions
Switch your build to use Gradle 8.1.1 by updating your wrapper:
See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 8.1.1.
Reporting Problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
KyoriPowered/adventure (net.kyori:adventure-text-minimessage)
v4.15.0
: 🌏 Adventure 4.15.0Adventure 4.15.0 is a feature release, primarily focused around adding support for new serialization styles used in Minecraft 1.20.3, but containing some other useful changes.
The support for 1.20.3 in this release is at about a bare-minimum level of what's needed to support reading components generated in the newer version. Further parity features have been targeted for 4.16.0.
✨ Features
MiniMessage
by @kezz in https://github.com/KyoriPowered/adventure/pull/951🐛 Fixes
📚 Documentation
Other
New Contributors
Full Changelog: KyoriPowered/adventure@v4.14.0...v4.15.0
v4.14.0
: 🌏 Adventure 4.14.0Adventure 4.14.0 is a feature release introducing some long-awaited API additions, primarily focused on component serializers.
✨ Features
🔧 Changes
As a small programming note, the changes necessary to introduce the
text-serializer-json
abstraction have shifted things around in the Adventure module dependency graph.adventure-text-serializer-gson
now depends onadventure-text-serializer-json
. Additionally,adventure-text-serializer-gson-legacyimpl
now depends onadventure-text-serializer-json-legacyimpl
, and is entirely deprecated, to be replaced with thejson
version. In 4.15.0, we will no longer ship the deprecated submodule -- any users who need it can continue to depend on the older version. To facilitate this change,adventure-text-serializer-gson-legacyimpl
has been removed from the bom to avoid improperly forcing version alignment.🐛 Fixes
New Contributors
Full Changelog: KyoriPowered/adventure@v4.13.1...v4.14.0
v4.13.1
: 🌏 Adventure 4.13.1Adventure 4.13.1 is a bugfix release with fixes focused around MiniMessage and translatable component fallbacks. We recommend updating at your earliest convenience.
Fixes 🐛
New Contributors
Full Changelog: KyoriPowered/adventure@v4.13.0...v4.13.1
KyoriPowered/adventure-platform (net.kyori:adventure-platform-bukkit)
v4.3.2
Compare Source
This is a patch release to add support for 1.20.3 and 1.20.4 on the Bukkit platform.
What's Changed
Full Changelog: KyoriPowered/adventure-platform@v4.3.1...v4.3.2
v4.3.1
Compare Source
This is a bugfix release to add support for Minecraft 1.20.2 on the Bukkit platform.
What's Changed
New Contributors
Full Changelog: KyoriPowered/adventure-platform@v4.3.0...v4.3.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.